home *** CD-ROM | disk | FTP | other *** search
/ Adventures with Oslo: Tools & Gadgets / Adventures with Oslo - Tools and Gadgets.ISO / pc / program / studio / studio.dir / 00011_help.ls < prev    next >
Encoding:
Text File  |  1994-09-23  |  164 b   |  9 lines

  1. on mouseUp
  2.   saveScreen()
  3.   turnSpritesOff()
  4.   set the cursor of sprite 5 to 0
  5.   puppetTransition(9, 3, 6, 0)
  6.   puppetSound("Single Whistle Up.S")
  7.   go("help")
  8. end
  9.